home *** CD-ROM | disk | FTP | other *** search
- object EnterRegKey: TEnterRegKey
- Left = 668
- Top = 118
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Enter registration key'
- ClientHeight = 86
- ClientWidth = 312
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 85
- Height = 13
- Caption = 'Registration name'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 76
- Height = 13
- Caption = 'Registration key'
- end
- object Edit1: TEdit
- Left = 104
- Top = 8
- Width = 201
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 104
- Top = 32
- Width = 201
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 104
- Top = 56
- Width = 97
- Height = 25
- Caption = 'Register'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 208
- Top = 56
- Width = 97
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-